home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / cp200.zip / README.1ST < prev    next >
Text File  |  1993-08-28  |  2KB  |  31 lines

  1.      Thank you for downloading Cherry Picker 2.0.
  2.  
  3.      If you are upgrading from a previous version, then you will need to
  4. change some stuff, most likely.  First of all, the tagline management
  5. commands are no longer inside CP.EXE.  Import, Export, Append, etc are now
  6. all in a seperate file called CPUTIL.EXE, along with some new commands.  So,
  7. choose mode is no longer required.  CP.EXE is now only the chooser.  So, you
  8. will need to remove the "CHOOSE" from the command line used to call Cherry
  9. Picker.  Other then that, the command line is the same.
  10.  
  11.      If you use a batchfile for maintenance, then you will need to change
  12. it so that it now calls CPUTIL.EXE instead of CP.EXE.  IMPORT, EXPORT and
  13. APPEND all work exactly the same, except they are now inside of CPUTIL.EXE.
  14.  
  15.      A tagline file called TAGS.TXT is now distributed with Cherry Picker.
  16. It contains some 70 taglines that I pulled out of my file.  Some of them
  17. are my favorites, but others may just be there waiting to be adopted.  Don't
  18. bother asking, I didn't make them all, just some.  (If it sounds really
  19. strange, I may well have created it.  ;-)
  20.  
  21.      For new users, to use this tagline file, you need to load it into Cherry
  22. Picker's array.  To do that, run CPUTIL in Import Mode, IE:
  23. C> CPUTIL IMPORT TAGFILE.VAR TAGS.TXT
  24. will load TAGS.TXT into the TAGFILE.VAR array.  (You can call the array
  25. whatever you wish)
  26.  
  27.      For those of you that are upgrading, you need to append it to your
  28. tagline array.  To do that, you would run CPUTIL in Append Mode. IE:
  29. C> CPUTIL APPEND TAGFILE.VAR TAGS.TXT
  30. where TAGFILE.VAR is the name of your current tagline array.
  31.